type runtime.guintptr
29 uses
runtime (current package)
coro.go#L28: gp guintptr
coro.go#L196: var self guintptr
mgc.go#L1414: gp guintptr
proc.go#L1924: gp.sched.g = guintptr(unsafe.Pointer(gp))
proc.go#L2270: g guintptr
proc.go#L2522: gp.sched.g = guintptr(unsafe.Pointer(gp))
proc.go#L5214: newg.sched.g = guintptr(unsafe.Pointer(newg))
proc.go#L7077: if !pp.runnext.cas(oldnext, guintptr(unsafe.Pointer(gp))) {
proc.go#L7242: func runqgrab(pp *p, batch *[256]guintptr, batchHead uint32, stealRunNextG bool) uint32 {
proc.go#L7319: head guintptr
proc.go#L7320: tail guintptr
proc.go#L7391: head guintptr
runtime2.go#L236: type guintptr uintptr
runtime2.go#L239: func (gp guintptr) ptr() *g { return (*g)(unsafe.Pointer(gp)) }
runtime2.go#L242: func (gp *guintptr) set(g *g) { *gp = guintptr(unsafe.Pointer(g)) }
runtime2.go#L245: func (gp *guintptr) cas(old, new guintptr) bool {
runtime2.go#L250: func (gp *g) guintptr() guintptr {
runtime2.go#L251: return guintptr(unsafe.Pointer(gp))
runtime2.go#L260: (*guintptr)(unsafe.Pointer(gp)).set(new)
runtime2.go#L312: g guintptr
runtime2.go#L431: schedlink guintptr
runtime2.go#L545: caughtsig guintptr // goroutine running during fatal signal
runtime2.go#L576: lockedg guintptr
runtime2.go#L601: libcallg guintptr
runtime2.go#L664: runq [256]guintptr
runtime2.go#L677: runnext guintptr
traceback.go#L103: g guintptr
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)